Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update exception usage #898

Merged
merged 1 commit into from
Mar 2, 2024
Merged

update exception usage #898

merged 1 commit into from
Mar 2, 2024

Conversation

jdknight
Copy link
Member

@jdknight jdknight commented Mar 2, 2024

Updating a series of implementation around the handling and raising of exceptions. Specifically, these changes aim to:

  • Avoid using raw strings to avoid excessive traceback content (EM101).
  • Use exception chaining when possible.
  • Remove unneeded parenthesis for no-argument raises.

Updating a series of implementation around the handling and raising of
exceptions. Specifically, these changes aim to:

- Avoid using raw strings to avoid excessive traceback content (EM101).
- Use exception chaining when possible.
- Remove unneeded parenthesis for no-argument raises.

Signed-off-by: James Knight <james.d.knight@live.com>
@jdknight jdknight merged commit a6ff447 into main Mar 2, 2024
29 checks passed
@jdknight jdknight deleted the update-exception-usage branch March 2, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant